QuickOPC User's Guide and Reference
UANamedNodeDescriptor Constructor(UANodeDescriptor,IReadOnlyList<String>,String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodeDescriptor Class > UANamedNodeDescriptor Constructor : UANamedNodeDescriptor Constructor(UANodeDescriptor,IReadOnlyList<String>,String)
Descriptor of the base node of the named node path.
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
The name of the final node.
Initializes a new instance, with a named node path given by its base node and path elements, and a (final) node name.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseNodeDescriptor As UANodeDescriptor, _
   ByVal basePathElements As IReadOnlyList(Of String), _
   ByVal nodeName As String _
)
'Usage
 
Dim baseNodeDescriptor As UANodeDescriptor
Dim basePathElements As IReadOnlyList(Of String)
Dim nodeName As String
 
Dim instance As New UANamedNodeDescriptor(baseNodeDescriptor, basePathElements, nodeName)

Parameters

baseNodeDescriptor
Descriptor of the base node of the named node path.
basePathElements
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
nodeName
The name of the final node.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also